CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 图像 连通

搜索资源列表

  1. BlobAnalysis

    0下载:
  2. 运用Blob点分析算法,可以提取图像上的连通区域信息,用于缺陷检测-Blob point analysis algorithm can be used to extract the information of connected region in the image, for defect detection.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1722
    • 提供者: 占涛
  1. proj09-03

    2下载:
  2. 数字图像处理利用形态学进行连通分量提取法程序-Digital image processing using morphological connected component extraction process
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:119687
    • 提供者:liuwf
  1. Blobanalysis

    0下载:
  2. 通过BLOB分析,对连通区域进行分析,加上了自己的一些图像处理,很方便。-it is based on blob analysis, by make analysis of connectivity area, you can track motion object easily.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:375950
    • 提供者:yandong
  1. hello

    0下载:
  2. 定位视频图像中的文本,采用的是基于连通域的方法,主要定位视频图像中的英文文本和数字-text location in video Image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4149832
    • 提供者:shengjia
  1. PyrSegmentation

    0下载:
  2. opencv的PyrSegmentation,金字塔分割.识别图像连通域个数-opencv of PyrSegmentation, pyramid segmentation. identify the number of images connected domain
  3. 所属分类:OpenCV

    • 发布日期:2017-04-03
    • 文件大小:812
    • 提供者:jiang
  1. RemoveBlackConnectedComponents

    0下载:
  2. 使用opencv去掉二值化图像中黑色面积较小的连通域。 程序中语句 tmparea = fabs(cvContourArea(contour)) 可以得到当前连通域的面积,当此面积小于阈值时对其填充为白色。 rect = cvBoundingRect(contour,0) 得到的是框住连通域的最小矩形,对矩形中的黑色部分将其填充为白色,但是这样的话,连通域6和4两个连通域被填充成了白色的矩形,这显然不符合我们的要求,这样就要判断此连通域是黑色联通域还是白色连通域,采用的方法是测试矩
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1229
    • 提供者:
  1. shenzhang

    0下载:
  2. 一种 基于8连通的快速填充图像分割方法-8-connected image based filling method
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:919
    • 提供者:michael liang
  1. lty

    0下载:
  2. 连通域方法 用于图像处理方面 可查看散落大米的数目等!-Connected domain methods for image processing to see the number of scattered rice and so on!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:567
    • 提供者:Archer
  1. code

    0下载:
  2. 代码1:优化过的Otsu程序,纯C编写 代码2:优化过的中值滤波程序,纯C编写 代码3:快速连通域检测程序,用于团块分析,纯C编写 代码4:MeanShift图像分割程序,纯c编写 代码5:WaterShed图像分割程序,c++编写,可直接运行,看分割效果-Code 1: The optimized program Otsu, pure C code 2: The optimized procedure median filter, pure C code 3: Fa
  3. 所属分类:Graph program

    • 发布日期:2017-05-29
    • 文件大小:12169422
    • 提供者:韦立庆
  1. labe_forOpencv

    0下载:
  2. 本例使用了opencv中图像数据结构IplImage :首先进行第一次扫描,标记连通区域;然后对等价标记进行合并,最后进行第二次扫描,对等价标记进行重新标记。-This example uses a data structure of the opencv: IplImage. First, scan for the first time, marking connected region then mark the merger of the equivalence, and final
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1162
    • 提供者:雄伟
  1. Code

    1下载:
  2. 主要是连通分量提取及实现,通过matlab实现的了在人脸局部图像中定位嘴的中心.-Mainly connected component extraction and realization, through matlab to achieve in the face of local images to locate the center of the mouth.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:738
    • 提供者:tianwenxu
  1. connected-domain-algorithm

    0下载:
  2. 二值图像连通域的快速算法,可以很快的检测出连通域,并进行标记-Binary image connected domain of the fast algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:85810
    • 提供者:网民
  1. Bi-image_ConnectedCompLabeling

    0下载:
  2. 二值图像连通域标记的算法_Word文档下总结,有三个文档,相当齐全哦~-Algorithms of connected components labeling of bi-image. Detailed and complete summary of 3 word files
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:132774
    • 提供者:高昕
  1. getconnectedarea

    0下载:
  2. 获取二值图像连通区域,用到了vector list, cptrlist,C++程序。-Gets the binary image connected region two, use the vector list, cptrlist, C++ program
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:84695
    • 提供者:
  1. VCBIAOJI

    0下载:
  2. 使用VC++程序对图像连通域进行标记,顺序是:图像预处理、边缘检测、阈值分割、区域标记、形状判断分析-Use VC++ program to mark the image connected domain, the order is: image preprocessing, edge detection, thresholding, region labeling, shape analysis to determine
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:484476
    • 提供者:
  1. link_domain

    0下载:
  2. C语言编写的图像连通域标记函数,对于图像的形态学预处理非常有用。-Image connected component labeling functions written in C language, the morphological preprocessing of the image is very useful.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:52500
    • 提供者:李鹏
  1. Image-connected-component-labeling

    1下载:
  2. 这是一个使用vc++实现的图像连通区域标记算法,可以找出二值化图像的连通域个数。-This is achieved using vc++ image connected component labeling algorithm can find the binary image of the number of connected domains.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:172553
    • 提供者:王帅
  1. VCPP

    0下载:
  2. VC++实现图像连通区域标记以及根据面积大小进行面积消去-VC++ achieve image connected component labeling and size area elimination
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5427607
    • 提供者:陈小二
  1. B112i

    0下载:
  2. 二值图像连通域标记快速算法,能进行区域检测,附代代说明文档,VB开发-Binary image connected component labeling fast algorithm, region detection attached generation documentation, VB developers
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:45326
    • 提供者:尴尬
  1. liantongyujiance

    0下载:
  2. 对图像连通域检测,并连通域统计数目,可以使用-The image connected domain detection, and statistical number, you can use
  3. 所属分类:Special Effects

    • 发布日期:2017-11-22
    • 文件大小:178040
    • 提供者:wenzi
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com